/* img {
    -webkit-filter: grayscale(100%) contrast(110%) blur(1px); Chrome, Safari, Opera
/*     filter: grayscale(100%); */
.imefes{
  width: 100%;
}

.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.img_heder_left {
  left: 0px;
  width: 590px;
  height: 383px;
  line-height: 297px;
  background-size: cover;
  position: absolute;
  text-align: center;
}
.img_heder_left p {
  
top: 37PX;
  
font-size: 30px;
  
color: #fff;
  
text-transform: uppercase;
  
font-family: sans-serif;
  
position: relative;
  
display: inline-block;
  
vertical-align: middle;
  
line-height: normal;
}

.img_heder_right {
  height: 383px;
  width: 681px;
  background-size: cover;
  line-height: 300px;
  text-align: center;
  margin-left: 582px;
}

.img_heder_right p {

  color: white;
  text-transform: uppercase;
  bottom: 10px;
  left: 180px;
}

.img_heder_right button {
  color: white;
  text-transform: uppercase;
  bottom: 10px;
  left: 180px;
}


.start_shopping{



background-color: #B08B66 !important;

height: 55PX;

font-size: 17PX;

color: #dfdfdf;
}

.About_product .row{

  --bs-gutter-x: 0rem !important;

}

.About_product h6{

margin-top: 10%;

text-align: center;

}

.About_product p{

margin-top: 6%;

margin-left: 11%;

margin-right: 2%;

}

.About_product h5{

margin-top: 10%;

margin-left: 11%;

margin-right: 2%;

font-size: 18PX;

}

a:link {
  text-decoration: none!important;
  color: black !important;
}

  .mini_line{
      width: 118PX;
      BORDER: solid #B08B66  1px;
      margin-left: 11%;
  }


  /* Colors */


/* Resets */


/* Utilities */
.darkener {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  padding-bottom: 1.5rem;
}

/* Typography */


h1, h2, strong {
  font-weight: 900;
}

.top-logo, .disclaimer, button {
  font-size: 0.625rem
}

.top-logo, .landing-page .page-subtitle {
  margin-bottom: 0;
}

.top-logo {
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 900;
  letter-spacing: 1px;
  padding-top: 0.4rem;
  border-top: 7px solid var(--orange);
  border-image: linear-gradient(to left, var(--orange-gradient-1), var(--orange-gradient-2)) 1;
}

.disclaimer {
  letter-spacing: 1px;
}

.landing-page-title {
  font-size: 2.25rem;
  font-weight: 300;
  color: var(--white);
}

.page-subtitle {
  font-size: 1.3125rem;
  color: var(--orange);
  text-transform: uppercase;
}

.contact-form-title {
  margin-bottom: 0;
}

.contact-form p:first-of-type {
  margin-bottom: 2rem;
}

.page-subtitle button {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--white);
}

@media screen and (min-width: 760px) {
  .start_shopping {

    margin-top: -38%;
  }
  
  .landing-page-title {
  font-size: 3.5rem;
}
  page-subtitle {
    font-size: 1.75rem;
  }
}


@media screen and (min-width: 660px) {
  .start_shopping {

    margin-top: -38%;
  }
  
  .landing-page-title {
  font-size: 3.5rem;
}
  page-subtitle {
    font-size: 1.75rem;
  }
}


/* Layout */

.wrapper {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
}

.flex, .flex-column {
  display: flex;
  flex-direction: column;
}

.flex-column {
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

@media screen and (min-width: 520px) {
  .wrapper {
    max-width: 100%;
  }
  .start_shopping {

    margin-top: -38%;
  }
}

@media screen and (min-width: 760px) {

  .start_shopping {

    margin-top: -38%;
  }
  .wrapper {
    max-width: 100%;
  }
  .flex {
    flex-direction: row;
  }
  
  .landing-page, .contact-form {
    width: 50%;
  }
}

/* General styles */




.landing-page {
  background-color: var(--black);
  background-size: cover;
  background-position: center;
  height: 50vh;
  margin-bottom: 2rem;
}


@media screen and (min-width: 760px) {
  .start_shopping {

    margin-top: -38%;
  }
  .landing-page {
      height: initial;
      min-height: 83vh;
      margin-bottom: 0;
   }
  
  .flex-column {
    justify-content: center;
  }
  
  
  
  .landing-page-title {
    margin: 2rem 0 0;
  }
  
  .landing-page .page-subtitle {
    margin-top: 1rem;
  }
}

/* Contact form styles */





.hr{
border: solid #B08B66 1px ;
  margin-bottom: 0rem;
  margin-top: 0rem;
}


.NWproduct-container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
  
}